x86 passthru:: graphics passthrough
authorKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Sep 2009 10:36:16 +0000 (11:36 +0100)
committerKeir Fraser <keir.fraser@citrix.com>
Tue, 1 Sep 2009 10:36:16 +0000 (11:36 +0100)
commit049607ff3386ed38060862733cb63a6799571a28
tree6f96f23511405efce53a82b81735ee8e69df90ee
parentbfc341a65cfb2f58040be14f0eb56a794217d773
x86 passthru:: graphics passthrough

This patch supports basic gfx passthrough on xen side:
  - add a VGA type for gfx passthrough, and get the size of VGA bios
  of passthrouged gfx in hvmloader
  - add a config option 'gfx_passthru' for gfx passthrough

Signed-off-by: Ben Lin <ben.y.lin@intel.com>
Signed-off-by: Weidong Han <weidong.han@intel.com>
tools/firmware/hvmloader/hvmloader.c
tools/python/xen/xend/XendConfig.py
tools/python/xen/xend/image.py
tools/python/xen/xm/create.py